const github.com/refraction-networking/utls.statusTypeOCSP
7 uses
github.com/refraction-networking/utls (current package)
common.go#L192: statusTypeOCSP uint8 = 1
handshake_messages.go#L542: m.ocspStapling = statusType == statusTypeOCSP
handshake_messages.go#L1539: b.AddUint8(statusTypeOCSP)
handshake_messages.go#L1608: if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
handshake_messages.go#L1672: b.AddUint8(statusTypeOCSP)
handshake_messages.go#L1686: !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
u_tls_extensions.go#L250: if statusType != statusTypeOCSP {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |